github.com/klauspost/compress/fse.bitReader.getBits (method)

3 uses

	github.com/klauspost/compress/fse (current package)
		bitreader.go#L49: func (b *bitReader) getBits(n uint8) uint16 {
		decompress.go#L345: 	d.state = in.getBits(tableLog)
		decompress.go#L352: 	lowBits := d.br.getBits(n.nbBits)